PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFForm Class / exportData Method / exportData(String,PDFFormDataFormat,String,int) Method
The output file for form data.
The data format for export.
The PDF file name the data is exported from.
Options for exporting the data, see constants in PDFFormDataOptions class. They can be combined using 'or' operator.
In This Topic
    exportData(String,PDFFormDataFormat,String,int) Method
    In This Topic
    Exports the form data to a file.
    Syntax
    public void exportData( 
       java.lang.String fileName,
       PDFFormDataFormat format,
       java.lang.String pdfFileName,
       int options
    )

    Parameters

    fileName
    The output file for form data.
    format
    The data format for export.
    pdfFileName
    The PDF file name the data is exported from.
    options
    Options for exporting the data, see constants in PDFFormDataOptions class. They can be combined using 'or' operator.
    See Also